gtk: fix GtkPasswordEntryBuffer introspection
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Tue, 13 Jul 2021 11:03:03 +0000 (15:03 +0400)
committerMarc-André Lureau <marcandre.lureau@redhat.com>
Tue, 13 Jul 2021 11:03:09 +0000 (15:03 +0400)
Move the source file to public_sources list, and fix tag annotation.

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
gtk/gtkpasswordentrybuffer.c
gtk/meson.build

index 4a36d07729fe496c5e5addd8402eab8f1b5706eb..39e75dc952ab621a1925fdb4d0fa8bcc3b856046 100644 (file)
@@ -38,7 +38,7 @@
  *
  * `GtkPasswordEntry` uses a `GtkPasswordEntryBuffer`.
  *
- * Since 4.4.
+ * Since: 4.4
  */
 struct _GtkPasswordEntryBuffer
 {
index 47ca9804a90482c63ac827c538fc159e32e16030..b42d793c86363be025f4e5be409efbd9f9c88f93 100644 (file)
@@ -123,7 +123,6 @@ gtk_private_sources = files([
   'gtkpanedhandle.c',
   'gtkpango.c',
   'gskpango.c',
-  'gtkpasswordentrybuffer.c',
   'gtkpathbar.c',
   'gtkplacessidebar.c',
   'gtkplacesview.c',
@@ -325,6 +324,7 @@ gtk_public_sources = files([
   'gtkpaned.c',
   'gtkpapersize.c',
   'gtkpasswordentry.c',
+  'gtkpasswordentrybuffer.c',
   'gtkpicture.c',
   'gtkpopover.c',
   'gtkpopovermenu.c',